home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Shareware World / Shareware Feature / PageSpinner 2.0.1 / Examples / StyleSheet / sheet1.css < prev    next >
Cascading Style Sheet File  |  1997-06-17  |  1KB  |  92 lines

  1. BODY {
  2.     margin-left: 4%;
  3.     margin-right: 4%;
  4.     color: black;
  5.     background: #FFFFFF ; 
  6.     font-family: sans-serif;
  7. }
  8.  
  9.  
  10. DIV {
  11.     margin-top: 8px;
  12.     margin-left: 16%;
  13.     margin-right: 16%;
  14.     text-align: justify ;
  15.     text-indent: 24pt ;
  16.     color: black;
  17.     font-family: helvetica, sans-serif;
  18. }
  19.  
  20. A {
  21.     font-family: Chicago, sans-serif ;
  22.     font-size: 12pt ;
  23. }
  24.     
  25. IMG {
  26.       border: 0;
  27. }
  28.  
  29.  
  30. P {
  31.      font-family: geneva, sans-serif ; 
  32.     font-size: medium ;
  33.     text-align: justify ;
  34.     text-indent: 24pt ;
  35.     color: #006699 ; 
  36. }
  37.  
  38. P.firstletter {
  39.     font-size: 200%; 
  40.     color: red;
  41. }
  42.  
  43. H1 {
  44.     color: #CC0000 ;
  45.     font-family: helvetica, arial, sans-serif ;
  46.     font-weight: bold ;
  47.     font-size: x-large ;
  48.     text-align : center; 
  49. }
  50.  
  51.  
  52. H2 {
  53.     color: #CC0000 ;
  54.     font-family: helvetica, arial, sans-serif ;
  55.     font-weight: bold ;
  56.     font-size: large ; 
  57. }
  58.  
  59. TD {
  60.     background: #FFFFCC ;
  61.     font-family: Courier, monospace ;
  62.     font-size: medium ;
  63.     text-align: justify ;
  64. }
  65.  
  66. TD.important {
  67.     color: #FFFFCC ; 
  68.      background: #FF0000 ; 
  69. }
  70.  
  71.  
  72. UL {
  73.     color: blue ;
  74. }
  75.  
  76.  
  77. OL {
  78.     color: green ;
  79. }
  80.  
  81.  
  82. LI {
  83.     color: red ;
  84. }
  85.  
  86. B {
  87.     color: #000099 ;
  88.     font-family: helvetica, arial ;
  89.     font-size: 100% ;
  90.     font-weight: bold ;
  91. }
  92.